//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Styx, Kevin Cronin & Don Felder','Ameris Bank Amphitheatre','Alpharetta, GA','Sunday','7/6/2025','6:45 PM','6868943','Styx--Kevin-Cronin---Don-Felder-7-6-2025'],['Styx, Kevin Cronin & Don Felder','PNC Music Pavilion - Charlotte','Charlotte, NC','Tuesday','7/8/2025','6:45 PM','6868944','Styx--Kevin-Cronin---Don-Felder-7-8-2025'],['Styx, Kevin Cronin & Don Felder','Coastal Credit Union Music Park at Walnut Creek','Raleigh, NC','Wednesday','7/9/2025','6:45 PM','6868945','Styx--Kevin-Cronin---Don-Felder-7-9-2025'],['Styx, Kevin Cronin & Don Felder','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Friday','7/11/2025','6:45 PM','6868946','Styx--Kevin-Cronin---Don-Felder-7-11-2025'],['Teddy Swims','Virginia Credit Union LIVE! at Richmond Raceway','Richmond, VA','Monday','7/14/2025','8:00 PM','6738296','Teddy-Swims-7-14-2025'],['Styx, Kevin Cronin & Don Felder','The Pavilion At Star Lake','Burgettstown, PA','Sunday','8/10/2025','5:45 PM','6868958','Styx--Kevin-Cronin---Don-Felder-8-10-2025'],['Styx, Kevin Cronin & Don Felder','Budweiser Stage - Toronto','Toronto, Canada','Wednesday','8/13/2025','6:45 PM','6868966','Styx--Kevin-Cronin---Don-Felder-8-13-2025'],['Styx, Kevin Cronin & Don Felder','Ruoff Music Center','Noblesville, IN','Friday','8/15/2025','6:45 PM','6868959','Styx--Kevin-Cronin---Don-Felder-8-15-2025'],['Classic Rock Reunion','Bluestem Center for the Arts Amphitheatre','Moorhead, MN','Sunday','8/17/2025','6:15 PM','7092184','Classic-Rock-Reunion-8-17-2025'],['Styx, Kevin Cronin & Don Felder','Riverbend Music Center','Cincinnati, OH','Tuesday','8/19/2025','6:45 PM','6868961','Styx--Kevin-Cronin---Don-Felder-8-19-2025'],['Styx, Kevin Cronin & Don Felder','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Friday','8/22/2025','6:45 PM','6868963','Styx--Kevin-Cronin---Don-Felder-8-22-2025'],['Styx, Kevin Cronin & Don Felder','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','8/23/2025','6:45 PM','6868964','Styx--Kevin-Cronin---Don-Felder-8-23-2025'],['Styx, Kevin Cronin & Don Felder','American Family Insurance Amphitheater','Milwaukee, WI','Sunday','8/24/2025','6:45 PM','6868965','Styx--Kevin-Cronin---Don-Felder-8-24-2025'],['Flypoet Summer Classic','John Anson Ford Theatre','Los Angeles, CA','Saturday','9/6/2025','8:00 PM','7158025','Flypoet-Summer-Classic-9-6-2025'],['Classic Journey Live','Route 66 Casino','Albuquerque, NM','Saturday','9/13/2025','7:00 PM','7245035','Classic-Journey-Live-9-13-2025'],['Treaty Oak Revival','Virginia Credit Union LIVE! at Richmond Raceway','Richmond, VA','Saturday','9/27/2025','7:30 PM','7238397','Treaty-Oak-Revival-9-27-2025']],'Classic Amphitheatre','http://www.ticketnetwork.com/ticket/Classic-Amphitheatre-events.aspx');